(if (positive? -5) (error "doesn't get here") 2) (if 'this-is-a-symbol "yes" "no")
(define score 95) (cond [(> score 90) "A"] [(> score 70) "B"] [(> score 60) "Pass"] [else "Not Pass"])
分别是 and 和 or。
and
or